home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / graphics / gifv37.zip / GIFV.SLU < prev    next >
Text File  |  1992-12-14  |  413b  |  17 lines

  1. ;
  2. ; GIFV.SLU
  3. ; Take every PCX file on D:\ZSOFT and print a report to the screen
  4. ;
  5. ; NOTE: If you remove the ";" from in front of the PRINTER-ON command then
  6. ;       the report will be sent to the printer!
  7. ;
  8.  
  9. ;        Printer-ON
  10.         change-path D:\ZSOFT\*.PCX
  11. :loop
  12.         echo %file_name%, %res_x%x%res_y%x%image_colors% colors.
  13.         skipnext :exit
  14.         goto :loop
  15. :exit
  16.         ENTER
  17.